home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Network Support Library
/
RoseWare - Network Support Library.iso
/
btrieve
/
btr500.exe
/
FIXBCON.BAT
< prev
next >
Wrap
DOS Batch File
|
1989-10-20
|
191b
|
7 lines
if not exist bconpat.500 goto FIXDONE
if not exist BCONSOLE.EXE goto FIXDONE
ren bconsole.exe bconsole.tmp
DEBUG BCONSOLE.TMP <bconpat.500 >temp
ren bconsole.tmp bconsole.exe
:FIXDONE